home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / UNZIP-DEMO / ZIPFILES / alt00 / 00025.ls < prev    next >
Encoding:
Text File  |  1995-05-25  |  249 b   |  14 lines

  1. on exitFrame
  2.   updateStage()
  3.   if the mouseCast <> the castNum of sprite 20 then
  4.     if the mouseCast <> the castNum of sprite 21 then
  5.       go("wait")
  6.     end if
  7.   end if
  8.   if the mouseDown then
  9.     go("ven2")
  10.     exit
  11.   end if
  12.   updateStage()
  13. end
  14.